Vcenter Phm HardwareSupportManagers CreateSpec
The Vcenter Phm HardwareSupportManagers CreateSpec schema provides a new hardware support manager registration data for creating a registration entry, see POST /vcenter/phm/hardware-support-managers.
This schema was added in vSphere API 8.0.3.0.
{
"key": "string",
"base_url": "string",
"server_certificate": "string",
"health_update_info_default_configs": [
{
"health_update_info": {
"id": "string",
"description": "string",
"severity": "string",
"purpose": "string",
"component_category": "string"
},
"default_enabled": false
}
]
}
Globally unique key identifier of the HSM registered with PHM
This property was added in vSphere API 8.0.3.0.
When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.vcenter.phm.HardwareSupportManager
. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.vcenter.phm.HardwareSupportManager
.
The full URL path for all HSM endpoints. (e.g. https://{hsm_api_host}/vsphere-proactive-hw-mgmt)
This property was added in vSphere API 8.0.3.0.
The full unabbreviated certificate used by HSM API host in PEM format. The PEM string must contain only the end-entity (leaf) certificate of the certificate chain of trust. It must NOT contain any private keys or anything else except a single x509 certificate.
This property was added in vSphere API 8.0.3.0.
The default configuration on a list of supported Vcenter Phm HardwareSupportManagers HealthUpdateInfo and their enablements.
This property was added in vSphere API 8.0.3.0.